home *** CD-ROM | disk | FTP | other *** search
/ Horoscope Companion: Taurus / Horoscope Companion: Taurus.iso / pc / taurus / bb.dir / Internal_14.ls < prev    next >
Encoding:
Text File  |  1996-10-08  |  332 b   |  22 lines

  1. on startRollover whichSprite
  2.   hStartRolloverAction(whichSprite)
  3. end
  4.  
  5. on mouseDown
  6.   if hButtonAction02() then
  7.     mouseUp()
  8.   end if
  9. end
  10.  
  11. on mouseUp
  12.   cursor(4)
  13.   hCheckCurrentFrameLabel()
  14.   hDefaultScrollText()
  15.   puppetSprite(the clickOn, 0)
  16.   play frame "BD"
  17. end
  18.  
  19. on endRollover whichSprite
  20.   hEndRolloverAction(whichSprite)
  21. end
  22.